home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1999 June / PCP0699A.iso / Demos / Malkari / Tutorial2.dxr / 00250_Repeat +1.ls < prev    next >
Encoding:
Text File  |  1999-03-03  |  92 b   |  8 lines

  1. global repeat
  2.  
  3. on exitFrame
  4.   put repeat
  5.   set repeat to repeat + 1
  6.   go(the frame + 1)
  7. end
  8.